Exercise 10.9

The claims table on the ShowPoliciesAndClaims.aspx web page has been modified so that every second row appears in italics.  So see the effect, first search for policy holder 'babbage', show their policies and claims, then select policy number 384475 which has two claims against it.

FindPolicyHoldersExercises.aspx

To achieve this effect, the AlternatingRowStyle of the claims GridView control was modified so that its Font now has its Italic property set to True.  (No doubt, there are more imaginative and attractive ways to make use of this feature.)